home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / sunrise / shuffl27.zip / SHUFFLE.DOC < prev    next >
Text File  |  1993-03-12  |  21KB  |  475 lines

  1.  
  2.                               WORD SHUFFLE
  3.  
  4.                                   v2.7
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.                           Sunrise Door Software
  10.  
  11.                             Sunrise-80  BBS
  12.                         (404) 256-9525 (Data)
  13.                         (404) 705-9104 (Data)
  14.                  (404) 256-9518 (Voice, 9am-9:30pm EST)
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    Word Shuffle is a word game whereby the computer has scrambled the
  23.    letters of a word and you must unscramble it to make points. The
  24.    game is pretty straight forward and the package also contains a
  25.    program which add new puzzles to the database and as an event, will
  26.    create new puzzles and start a new game, as soon as a pre-determined
  27.    number of players have solved all the puzzles. This is done
  28.    automatically, all you must do is ensure that there are an adequate
  29.    suppply of puzzles in the database. The same program used in the event
  30.    process is the same one you will use to add words to the database.
  31.  
  32.  
  33.  
  34.  
  35.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  36.          created in the directory you run the door from.
  37.  
  38.  
  39.                               INSTALLATION
  40.                               ____________
  41.  
  42.  
  43.    Installation is fairly easy and straight-forward. The following steps and
  44.    examples should have you up and running in a very short period of time.
  45.    It is assumed that you are familiar with setting up DOORS on your system.
  46.    To this end, only examples of the configuration file and Door batch file
  47.    are described.
  48.  
  49.       1) Create a directory to hold all WORD SHUFFLE files.
  50.  
  51.       2) Unzip SHUFFLxx.ZIP into the the above directory.
  52.  
  53.       3) Create a configuration file, with a name of your choice, or
  54.          modify the supplied SHUFFLE.CFG file. A description follows:
  55.  
  56.             **                       Location of System File (See Below)
  57.             SUNRISE-80 BBS           Your BBS Name
  58.             Al                       Sysop's First Name
  59.             Lawrence                 Sysop's Last name
  60.  
  61. |-----------------------------------------------------------------------------|
  62. | READ!     1                        CommPort  \ These 2 lines are required   |
  63. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  64. |-----------------------------------------------------------------------------|
  65.  
  66.             00000000                 Registration Number
  67.  
  68.         #   1                        Number of plays per day/caller (1-3)
  69.                                      (Sysop gets 99 in registerd version ONLY!)
  70.  
  71.         #   2                        Keyboard Timeout Value in Minutes.
  72.  
  73.             50                       Number of entries in the Top Score file
  74.  
  75.         #   NONE                     Full drive:\path\filename for Top Score
  76.                                      Bulletin, or NONE
  77.  
  78.         #   NONE                     Full drive:\path\filename for Top Score
  79.                                      Bulletin (Color), or NONE
  80.  
  81.         #   20                       Number of puzzles comprising the game(QUE)
  82.  
  83.             2                        1 = Do Not Display ADOPT-A-DOOR Message
  84.                                      2 = Display ADOPT-A-DOOR Message
  85.  
  86.             3                        The number of players that must complete
  87.                                      all puzzles, before the puzzles are
  88.                                      changed automatically by SHUFWORD, in
  89.                                      your nightly event processing.
  90.  
  91.     !   #   0                        Time Remaining in Door
  92.                                      (Sysop = Time Remaining - REG. VERSION)
  93.  
  94.         #   Y                        Y = Allow Sysop to have 999 games
  95.                                      N = Do Not Allow Sysop 999 games
  96.  
  97.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  98.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  99.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  100.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  101.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  102.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  103.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  104.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  105.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  106.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  107.  
  108.     @   #   XXXX/YYYY                 Blackout Range  From/To
  109.     @   #   XXXX/YYYY                 Blackout Range  From/To
  110.     @   #   XXXX/YYYY                 Blackout Range  From/To
  111.     @   #   XXXX/YYYY                 Blackout Range  From/To
  112.     @   #   XXXX/YYYY                 Blackout Range  From/To
  113.  
  114.          ** = Replace with ONE of the following:
  115.  
  116. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  117. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  118. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  119.                                    (Note:DOOR.SYS must be in SAME directory)
  120. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  121. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  122. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  123. c:\bbs\TRIBBS.SYS               <- Fir TriBBS systems.
  124. C:\BBS\CHAIN.TXT                <- For WWIV systems
  125. C:\BBS\GTUSER.BBS               <- For GT Power
  126.                                    * if using this option you must put the
  127.                                      ComPort # on line 5 and the Node # on
  128.                                      line 6 of the configuration file
  129.  
  130.  
  131.  
  132.          # =  Requires registration to change to a different value
  133.          ! = See "Plays Per DAY/DOOR Time" Below
  134.          @ = See "Blackout Periods" Below
  135.  
  136.  
  137.               NOTE:THERE ARE TO BE NO BLANK LINES IN THIS FILE !
  138.  
  139.       4) Create a batch file or modify the DOMINOES file supplied. A
  140.          description of this file follows:
  141.  
  142.             ECHO off
  143.             cd\BBS\DOORS\SHUFFLE      Location of SHUFFLE files
  144.             SHUFFLE SHUFFLE.CFG       EXE filename and CFG filename (Name
  145.                                       used in creating file in #3 above)
  146.             CD\BBS
  147.             BOARD
  148.  
  149.  
  150.        5) When running in more than one node, be sure to supply a
  151.           different configuration name for each node (or see below).
  152.  
  153.        6) If running with Fossil-based multi-port boards add
  154.            /FD to the line containing the CFG name as follows:
  155.  
  156.                        SHUFFLE SHUFFLE.CFG /FD
  157.  
  158.  
  159.  
  160.  
  161.                           BLACKOUT PERIODS
  162.                           ________________
  163.  
  164.       Use the Blackout ranges option to define up to 5 time periods during
  165.       which you DO NOT want the Door to be played. If a caller tries to access
  166.       the Door during the Blackout period, they will be shown a message that
  167.       contains ALL the Blackout periods you have defined, and to try the Door
  168.       at a later time.
  169.  
  170.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  171.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  172.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  173.  
  174.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  175.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  176.                    a Blackout range.
  177.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  178.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  179.  
  180.  
  181.                           PLAYS Per DAY/DOOR Time
  182.                           _______________________
  183.  
  184.       Plays Per Day and Door Time can be controlled several ways:
  185.  
  186.       (1) You can use the Games Per Day, singular option, in the config
  187.           file above. This option, will affect ALL callers whose Security
  188.           Level is NOT defined in any of the 10 optional Security Level/
  189.           Plays Per Day entries in the config file.
  190.  
  191.       (2) You can use the Door Time, singular option, in the config file
  192.           above. This option, will affect ALL callers whose Security
  193.           Level is NOT defined in any of the 10 optional Security Level/
  194.           Plays Per Day/Door Time entries in the config file.
  195.  
  196.       (3) You can restrict the number of games a specific Security Level
  197.           will be allowed to play per day or REWARD specific Levels with
  198.           more Plays Per Day.
  199.  
  200.           Likewise, you can restrict the Play time for a specific Security
  201.           Level or REWARD specific Levels with more Door Time.
  202.  
  203.           These options are handled by the use of the 10 config
  204.           entries (000=00/00).
  205.  
  206.           The format of each entry is as follows:
  207.  
  208.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  209.                      where =  is a constant and MUST be included
  210.                      where YY is the # of games per day (must be 2 digits)
  211.                      where / is a constant and MUST be included
  212.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  213.  
  214.           If the callers Security Level is NOT defined, his/her Plays Per
  215.           Day and Door Time will be controlled by the values in items
  216.           (1) and (2), above, respectively..
  217.  
  218.           You may define up to 10 Security Levels. All unused entries must
  219.           be defined as   000=00/00
  220.         --------------------------------------------------------------------
  221.           Example: Suppose you had 3 Security Levels defined on your BBS as
  222.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  223.           wanted to set Plays Per Day as :     Subscriber=5
  224.                                            Visiting Sysop=2
  225.                                                   CoSysop=3
  226.                                                    Friend=10
  227.  
  228.           and Door Time as follows:     Subscriber=30 minutes
  229.                                     Visiting Sysop=20 minutes
  230.                                            CoSysop=10 minutes
  231.                                             Friend=remaining call time
  232.  
  233.  
  234.           You would set the Individual "Games per Day" config entry to 1 and
  235.           the individual "Door Time" to 5 minutes (these would be the
  236.           default number of games and default Time for all Security Levels
  237.           other than 20,30 or 40... make them any number you want). Next you
  238.           would replace 4 of the Security Level entries as :  020=05/30
  239.                                                               030=02/20
  240.                                                               040=03/10
  241.                                                               090=10/0
  242.  
  243.  
  244.  
  245.  
  246.                         NON-STANDARD COM SUPPORT
  247.                         ________________________
  248.  
  249.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  250.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  251.       number after the configuration filename. Let's assume your Door is
  252.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  253.       passed to your Door would be:
  254.  
  255.                             FOOBAR FOOBAR.CFG /5
  256.  
  257.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  258.       normally used with COM1. No /x parameter is needed for the standard
  259.       IRQ's.
  260.  
  261.       As an alternative, you may use an environmental variable on the command
  262.       line. To use the variable (following the example above), place a
  263.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  264.       different IRQ number for each node). The command line would now look
  265.       like this:
  266.  
  267.                           FOOBAR FOOBAR.CFG /%IRQ%
  268.  
  269.       This, in combination with the use of the environmental variables
  270.       described in the MULTI-NODE SETUP section will allow you to use one
  271.       batch file and one config file to run this door on all nodes.
  272.  
  273.  
  274.  
  275.  
  276.                            MULTI-NODE SETUP
  277.                            ________________
  278.  
  279.       All Sunrise Doors are Multi-Node capable. Each node must have the
  280.       ability to access a configuration file which will have its own system
  281.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  282.       line. There are 2 ways to accomplish this:
  283.  
  284.       (1) Create a separate configuration file for each node. The only
  285.           difference between each file would be the location of the system
  286.           file for that particular node. For example, on my system there are 2
  287.           nodes and the first line of the config files would look like this:
  288.  
  289.                         NODE1:  H:\PCB1\DOOR.SYS
  290.                         NODE2:  H:\PCB2\DOOR.SYS
  291.  
  292.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  293.  
  294.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  295.           the following PCBoard environmental variables:
  296.  
  297.                  PCBDIR    (Directory containing the System file)
  298.                  PCBDRIVE  (Drive containing the System file)
  299.  
  300.           Thus, the first line of the SINGLE configuration file, for this Door
  301.           would look like this:
  302.  
  303.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  304.  
  305.       NOTE: This option, as described, assumes that you are running PCBoard
  306.             14.5a software. The environmental variables are automatically
  307.             created by the software for each node.
  308.  
  309.             HOWEVER, if you are running other BBS software you should be able
  310.             to set the variables EXACTLY as described below, for EACH node
  311.             (more than likely in each batch file you use to bring up EACH node):
  312.  
  313.                             PCBDRIVE=C:
  314.                             ^^^^^^^^^
  315.                             PCBDIR=\NODE2
  316.                             ^^^^^^^^
  317.  
  318.             Info with a carat (^) under it, MUST be typed as is. The rest
  319.             depends on your naming conventions.
  320.  
  321.             This, in combination with the use of the optional environmental
  322.             variable described in the NON-STANDARD COM SUPPORT section, will
  323.             allow you to use one batch file and one config file to run this
  324.             door on all nodes.
  325.  
  326.  
  327.  
  328.  
  329.                                 SHUFWORD
  330.                                 ---------
  331.  
  332.     This is the Word Shuffle utility maintenance progam. This program is
  333.     used to add words to the Shuffle database and to perform the nightly
  334.     maintenance.
  335.  
  336.     Note: If running an unregistered copy you will be restricted to 20
  337.           words in the Shuffle database vs 1000 words in the registered
  338.           copy and you will not be able to run as a nightly event.
  339.  
  340.      ********************************************************************
  341.      *                                                                  *
  342.      *   Assuming that your config file is named SHUFFLE.CFG, use the   *
  343.      *   following EXAMPLE to run SHUFWORD to add words to the          *
  344.      *   SHUFFLE database or manually change the current question set.  *
  345.      *                                                                  *
  346.      *                  cd\BBS\doors\shuffle                            *
  347.      *                  SHUFWORD SHUFFLE.CFG                            *
  348.      *                                                                  *
  349.      ********************************************************************
  350.  
  351.  
  352.                              EVENT PROCESSING
  353.                              ________________
  354.  
  355.     After your callers complete all the words you have defined, it becomes
  356.     necessary to change them and start a new game. This task can be done
  357.     manually, using SHUFWORD or automatically, as part of your nightly
  358.     EVENT process.
  359.  
  360.     As a nightly EVENT, SHUFWORD checks to see if the number of players,
  361.     as defined in the configuration file, have completed all words, in which
  362.     case it will automatically supply a new set of words and reset/update
  363.     the appropriate files. The following is an EXAMPLE of what needs to be
  364.     placed in your EVENT file :
  365.  
  366.  
  367.            CD\BBS\DOORS\SHUFFLE        Location of SHUFFLE files
  368.            SHUFWORD SHUFFLE.CFG /E     EXE filename and config filename
  369.            CD\BBS
  370.            BOARD
  371.  
  372.  
  373.  
  374.  
  375.  
  376.                                ADOPT-A-DOOR
  377.                                ____________
  378.  
  379.  
  380.     Having been a Sysop for a number of years, I have had my share of problems
  381.     and frustrations getting financial support for my board's upkeep. A fellow
  382.     Sysop left a message on my board, not long ago, about a concept that was
  383.     being used by several boards around the country.
  384.  
  385.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  386.     would be the same as sending in a donation, only this way it is earmarked
  387.     for registering a particular door. In a way, the user feels he/she is
  388.     "getting something in return". As a Door author I have decided to build
  389.     this concept into each of my Door programs. The concept replaces the
  390.     usual message "tell the Sysop to register this Door" we find in most
  391.     doors.
  392.  
  393.     If the Door is unregisterd then a message appears on the opening screen
  394.     to that effect. After finishing or suspending a game, a message screen
  395.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  396.     caller to contact the Sysop to find out if there is any further details
  397.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  398.     time, etc to callers that ADOPT-A-DOOR.
  399.  
  400.     If the Door has been registered, either by the Sysop or other callers,
  401.     the names of those contributors will be displayed in the closing screen.
  402.  
  403.     NOTE: If you want to display the names of the callers that contributed
  404.           to registering the Door, you must create an ASCII file called
  405.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  406.           the name(s) of the contributors (one on each line, maximum of 5
  407.           entries, each a maximum of 30 characters long). This file must be
  408.           saved, in ASCII format, and placed in the Door directory.
  409.  
  410.  
  411.  
  412.                               LEGALITIES
  413.                               __________
  414.  
  415.  
  416.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  417.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  418.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  419.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  420.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  421.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  422.       OR BREACH OF ANY WARRANTY.
  423.  
  424.  
  425.  
  426.  
  427.  
  428.                              DISTRIBUTION
  429.                              ____________
  430.  
  431.    You may make this file available for downloading from your BBS or you may
  432.    upload it to any BBS of your choice, provided that you do not make any
  433.    changes to the contents of the archive (ZIP file). The archive and its
  434.    individual contents may not be used by any service that charges any money
  435.    whatsoever, without the written permission of the author.
  436.  
  437.  
  438.  
  439.  
  440.  
  441.                              REGISTRATION
  442.                              ____________
  443.  
  444.    Registration and the subsequent insertion of the registration number into
  445.    your configuation file, allows for the display of your BBS name on the
  446.    opening and closing screen as well as the reduction of a delay built into
  447.    the opening screen display along with the ability to change certain values
  448.    in the configuration file.
  449.  
  450.    To register your copy of WORD SHUFFLE, please fill out the registration
  451.    form (REGISTER.FRM) and mail it along with the registration fee to
  452.    the name and address on the form or supply a self-addressed stamped
  453.    envelope for registration number by return mail.t
  454.  
  455.    Be sure to use the proper upper/lower case when filling in your name and
  456.    BBS name, as they MUST match the way you entered them in the configuration
  457.    file.             ^^^^
  458.  
  459.    Based upon information supplied on the registration form, I will pre-
  460.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  461.    up your registration number.
  462.  
  463.  
  464.  
  465.                                  MISC
  466.                                  ____
  467.  
  468.    The latest version of WORD SHUFFLLE and other fine SUNRISE DOOR programs
  469.    are always available for download from SUNRISE-80 BBS.
  470.  
  471.    Remember, should you have any problems, questions or suggestions, be sure
  472.    to drop me a message on either of the aforementioned BBS'.  I am now a
  473.    PCRelay node (SUNRISE) and can be reached thru the SYSOP, BBSDOORS,
  474.    PCBhints RIME conferences.
  475.